GtkListBox: Remove refilter signal
authorAlexander Larsson <alexl@redhat.com>
Tue, 11 Jun 2013 11:56:38 +0000 (13:56 +0200)
committerAlexander Larsson <alexl@redhat.com>
Thu, 13 Jun 2013 10:17:07 +0000 (12:17 +0200)
commit4a0b6e5479b1f678f257b28182aaa9c35151d038
tree6a9893dddf3de5b9299edf3c78146179fce0a8b8
parentc6ac7115084f3efa98c3174f2aa1138e40e465cb
GtkListBox: Remove refilter signal

This was added from https://bugzilla.gnome.org/show_bug.cgi?id=691979
where it was wanted in order to get a "all children filtered" kind
of row. However, the solution is not really generic enough, because
filtering can happen for other reasons than a full refilter (i.e. due
to a row change), and the partial fix you can get by counting children
after refilter can be achieved by manually doing it whenever you manually
called refilter anyway.

Its possible we should have some better solution for the "empty state"
though.
gtk/gtklistbox.c
gtk/gtklistbox.h